Package-level declarations
Types
Link copied to clipboard
class MpcSigner(keychain: MobileStorageAdapter, mpcUrl: String, version: String = "v6", featureFlags: FeatureFlags? = null)
MpcSigner
is responsible for handling the signing of requests using the MPC (Multi-Party Computation) protocol. It interacts with the Portal Mobile MPC library and a storage adapter for managing signing shares.